home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
mus
/
edit
/
AlgoRhythms.lha
/
AlgoRhythms
/
Source
/
drawform.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-03-31
|
288b
|
12 lines
#ifndef DRAWFORM_LOADED
#define DRAWFORM_LOADED 1
#include "AlgoRhythms.h"
/* Drawform.h */
void draw_form( const struct timeval *duration,
const FORM_TYPE *form);
void draw_time( const struct timeval *cur_time,
const struct timeval *duration);
#endif